Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix fdo db case failures on rhel9.4 #7860

Merged
merged 1 commit into from
Jun 13, 2024
Merged

ci: fix fdo db case failures on rhel9.4 #7860

merged 1 commit into from
Jun 13, 2024

Conversation

yih-redhat
Copy link
Collaborator

In testing-farm machine, cargo install failed because diesel_cli 2.2.0 requires rustc 1.78.0 or newer. Didn't see this error before, probably diesel_cli has a new version now.
As I cannot upgrade rustc to 1.78 on this machine, change to old version 2.1.1 can resolve this issue.

[root@3482cc1f-759a-497b-a104-32c635b71238 ~]# cargo install --force diesel_cli --no-default-features --features sqlite
Updating crates.io index
error: cannot install package diesel_cli 2.2.0, it requires rustc 1.78.0 or newer, while the currently active rustc version is 1.75.0
diesel_cli 2.1.1 supports rustc 1.65.0

@yih-redhat yih-redhat enabled auto-merge (rebase) June 13, 2024 07:00
@yih-redhat yih-redhat disabled auto-merge June 13, 2024 07:02
@yih-redhat yih-redhat merged commit fd6f27a into virt-s1:main Jun 13, 2024
4 checks passed
@yih-redhat yih-redhat deleted the fix-fdo-db branch June 18, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant